Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bazel: mark kvserver test as exclusive #65582

Merged
merged 1 commit into from
May 24, 2021

Conversation

rickystewart
Copy link
Collaborator

This tag tells Bazel the test shouldn't be run at the same time as any
other build or test tasks, which solves a problem where timing-sensitive
tests will sometimes spuriously time out.

Ref: https://docs.bazel.build/versions/master/be/common-definitions.html

Closes #65407.
Release note: None

This tag tells Bazel the test shouldn't be run at the same time as any
other build or test tasks, which solves a problem where timing-sensitive
tests will sometimes spuriously time out.

Ref: https://docs.bazel.build/versions/master/be/common-definitions.html

Closes cockroachdb#65407.
Release note: None
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rickystewart rickystewart requested a review from jlinder May 24, 2021 15:30
@rickystewart
Copy link
Collaborator Author

bors r=jlinder

@craig
Copy link
Contributor

craig bot commented May 24, 2021

Build succeeded:

@craig craig bot merged commit f77e9ac into cockroachdb:master May 24, 2021
rickystewart added a commit to rickystewart/cockroach that referenced this pull request Nov 23, 2021
The `exclusive` tag here prevents the shards from running concurrently.
See cockroachdb#65407, cockroachdb#65582.

Release note: None
craig bot pushed a commit that referenced this pull request Nov 23, 2021
71770: bazel: run acceptance tests under Bazel r=rickystewart a=rail

This patch makes the acceptance test work under Bazel.

* Add `AbsCertsDir()` in order to keep track of certificate path for
  cases when tests change the working directory.
* docker-compose tests to use interpolation and environment variables in
  order to override `CERTS_DIR` and `COCKROACH_BINARY`.
* Add `copyRunfiles()` in order to copy Bazel-generated symlinked
  runfiles as regular files to make them available in docker mounted
  volumes.

Related: #71932, #71930
Fixes: #59446

Release note: None

72574: ci: add bazel roachtest gce teamcity job r=rail a=rickystewart

Release note: None

73055: ui: prevent undefined axis label on custom chart r=zachlite a=zachlite

Release note (bug fix): Y-axis labels on custom charts no longer display 'undefined'.

@thtruo, this fix addresses the issue as described in #72115.

Now, when the user selects a new unit from the dropdown, the user will experience up to a 10 second delay before the axis label refreshes.  @nathanstilwell and I investigated this last week, and we'd need more time to think of a solution that doesn't create long term maintenance headaches.  The benefit of this PR as it stands is that the Y-axis label is noticeably less broken. FYI.





73080: bazel: don't shard `kvserver` test r=rail a=rickystewart

The `exclusive` tag here prevents the shards from running concurrently.
See #65407, #65582.

Release note: None

Co-authored-by: Rail Aliiev <[email protected]>
Co-authored-by: Ricky Stewart <[email protected]>
Co-authored-by: Zach Lite <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bazel: high Bazel CI concurrency affects timing-sensitive tests
3 participants